.overlay {
    background: url(../../class/images/DSCF8191_.jpg);
    background-size: cover;
    display: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
}
.alertArea1{
        position:fixed;
        top:-50px;
        left:0px;
        opacity:0;
        z-index: 40000;
         
        -webkit-transition: top .7s  ease-in-out, opacity .7s ease-in-out; 
        transition: top .7s  ease-in-out, opacity .7s ease-in-out;
        width:100%;
    }
    
    .alertArea.shown{
        top:50px !important;
        opacity:100 !important ;
        
    }
     
 
  
	.custom-row{
		padding:auto;
		min-height:50%;
		display:block;
	}
	.custom-col{
		width: 100%;
		float: left;
		display: block;
		 
		
	}
 .right-content{
		 
		text-align:center;
	}
body	.main-header{
	height: auto!important;
	max-height:150px;
}
.custom-bar.top{
	display:none ;
}
.custom-bar.bottom{
	display:block ;
}
.custom-bar, .custom-bar .custom-title, 
.custom-bar .custom-session{
	display:inline-block;
}
.custom-bar .custom-title,.custom-bar .custom-session{
	padding:15px 10px;
	color:white!important;
}	
.custom-bar .custom-session  a,
.custom-bar .custom-session  a:hover,
.custom-bar .custom-session  a:active,
.custom-bar .custom-session  a:visited{
	color:white!important;
}
.custom-bar .custom-session  .dropdown-menu a,
.custom-bar .custom-session  .dropdown-menu a:link,
.custom-bar .custom-session  .dropdown-menu a:active,
.custom-bar .custom-session  .dropdown-menu a:visited{
	color:#777!important;
}	
.custom-bar .custom-session  .dropdown-menu a:hover{
	color:black!important;
}

.custom-bar .custom-title:hover,
.custom-bar .custom-session:hover
{
	background:rgba(0,0,0,0.1);
}
@media (min-width: 768px){
	.main-header{
		max-height: 100px;
	}
	.custom-bar.top{
		display:inline-block;
	}
	.custom-bar.bottom{
		display:none;
	}
	.custom-wrapper{
		height:100%;
	}
	.custom-container{
		height:100%;
	}	
	.custom-row{
		display:table;
		width:100%;
		padding:4% 7%;
		min-height:100%;
		overflow:scroll;
	}
	 
	 
	.custom-col {
		width: 50%;
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
	.right-content{
		border-right: solid 1px #efefef;
 	}
}
  
.calendar-container{
    margin-left:0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    
}
.calendar-container.show-year{
    margin-left: -100%;
}
input[type=checkbox],.myFilter label, label.label {
	vertical-align:middle;
}
.myFilter label{
	white-space: nowrap;
}
label.label{
	font-size:12px; 
	padding:.2em .6em;
}

body .my-checkbox {
    width: auto;
    margin:  auto;
    position: relative;
    display: inline-block;
	 
}

body .my-checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
body .my-checkbox label {
    position: relative;
}
body .my-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    /*border: 2px solid #585c58;*/
	border: 2px solid #a3a3a3;
    
}
body .my-checkbox label::after {
  
    display: block;
    
} 
body .my-checkbox label.ok::after{
	content: '';
	width: 10px;
    height: 5px;
	/*
    border-bottom: 2px solid #7bbe72;
    border-left: 2px solid #7bbe72;
	*/
	 border-bottom: 3px solid #aeaeae;
    border-left: 3px solid #aeaeae;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s, border ease 0.25s ;
    will-change: transform, border;
    position: absolute;
    top: 11px;
    left: 11px; 
	color: #aeaeae;  
	 -webkit-transform: rotate(-45deg) scale(.7);
    transform: rotate(-45deg) scale(.7);
}
body .my-checkbox label.not-ok::after{
	position: absolute;
	content:"x";
	left:4px;
	top:5px;
	color: #aeaeae;
	  font-family: 'Helvetica', 'Arial', sans-serif;
	  font-size: 1em;
	  font-weight: bold;
	  text-align: center;
	  width: 22px;
	  height: 22px;
	  line-height:22px;
	  text-align:center;
	  border-radius: 5px;
	  display:block;
	  -webkit-transform:   scale(.7);
    transform:  scale(.7);
	transition: transform ease 0.25s, color ease 0.25s ;
	 will-change: transform, color;
}

body .my-checkbox input[type="checkbox"]:checked ~ label.ok::before { 
	border: 2px solid #03970a;
}

body .my-checkbox input[type="checkbox"]:checked ~ label.ok::after {
    -webkit-transform: rotate(-45deg) scale(1.2);
    transform: rotate(-45deg) scale(1.2);
	border-bottom: 2px solid #03970a;
    border-left: 2px solid #03970a;
}

body .my-checkbox input[type="checkbox"]:checked ~ label.not-ok::before {
	 
	border: 2px solid orange;
}

body .my-checkbox input[type="checkbox"]:checked ~ label.not-ok::after {
    -webkit-transform:  scale(1.2);
    transform:  scale(1.2);
	 color:orange;
}

body .my-checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
body .my-checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .my-checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}
.k{
	color:#faa320
}
.skin-blue .main-header .navbar {
    background-color: #007bff;
}